home *** CD-ROM | disk | FTP | other *** search
/ Ray Dream Studio 5 / Ray Dream.iso / pc / DreamSDK / Windows / SAMPLES / CAMERA / CAMC / COMCAMC.R < prev    next >
Encoding:
Text File  |  1997-07-11  |  701 b   |  39 lines

  1. // Copyright (c)1995 Ray Dream, Inc. All Rights Reserved.
  2. /* $Id: COMCamC.r 1.2 1997/04/09 01:14:23 damien Exp $ */
  3.  
  4. #ifndef __TYPES.R__
  5. #include "Types.r"
  6. #endif
  7.  
  8. #ifndef __XAPI.R__
  9. #include "XApi.r"
  10. #endif
  11.  
  12. include "COMCAMC.rsc";
  13.  
  14. resource 'COMP' (131) {
  15.     'came',
  16.     'COco',
  17.     "Conic Camera",
  18.     "COM Examples",
  19.     0x30103,
  20.     "3.1.3",
  21.     "Toolkit COM Example",
  22.     9
  23. };
  24.  
  25. data 'GUID' (131) {
  26.     $"9F33 8E00 3A02 101C 885F 0402 1C00 7002"            /* ü3é.:...à_....p. */
  27.     $"520F 6AA0 725F 101C B801 0402 1C00 7002"            /* 6â..nú..∏.....p. */
  28. };
  29.  
  30. resource 'pMAP' (131) {
  31.     {    /* array TypeArray: 1 element */
  32.         /* [1] */
  33.         'ZOOM',
  34.         'shrt',
  35.         interpolate,
  36.         "Zoom",
  37.     }
  38. };
  39.